home *** CD-ROM | disk | FTP | other *** search
- In order to make PasTeX more usable for the novice, I created this archive.
- It includes the plain.fmt and lplain.fmt files for the default version of
- PasTeX1_1. I also included the fonts from the orginal AmigaTeX demo from
- Fred Fish 083.
-
- to TeX a file story.tex
- note: TeX:inputs> is my shell prompt
- * is TeX's prompt
-
- TeX:inputs> virtex &plain story.tex ;(command to TeX the file)
- This is TeX, C Version 3.0 [hes v1.1];( TeX's responses )
- (story.tex [1]) ;( " " )
- *\bye ;(tell TeX that you are done)
- Output written on story.dvi (1 page, 672 bytes).
- Transcript written on story.log. ;(TeX finishes job)
-
- to view the file story.dvi
- TeX:inputs> showdvi story.dvi
- ;(showdvi opens up its screen for viewing)
-
- to make new format files (ex. plain.fmt)
- TeX:inputs> initex plain
- *\dump ;(tell initex to dump the plain.fmt file)
-
-
-